home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14796 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: news.netxpress.com!root
  2. From: ghporter@NetXpress.com (Glenn H. Porter)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: help:what is missing in visual c++ 1.52 compared with 4.0?
  5. Date: Tue, 02 Apr 1996 02:52:39 GMT
  6. Organization: Digital Alpha Server NetXpress.com
  7. Message-ID: <4jq4v8$2s5@ferrari.NetXpress.com>
  8. References: <4jolrc$490@brahms.udel.edu>
  9. NNTP-Posting-Host: ppp-2-7.netxpress.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. yuehong@brahms.udel.edu (Yue-hong Zheng) wrote:
  13.  
  14. >I am trying to learn GUI programming in c/c++ and trying to find a good
  15. >and inexpensive compiler.
  16. >There is a big difference in price between vc++ 1.52 and 4.0.
  17. >So, I am wondering what is good about 4.0 and which part is missing in
  18. >1.52?
  19.  
  20. >And, what is the difference between Borland c++ 4.5 and 5.0?
  21.  
  22. The difference in pricing between vc++ 1.52 (which I have) and 4.0
  23. (which I do not and do not need) is that there's a whole extra CD in
  24. 4.0 that contains an extensive, thorough and voluminous 32 bit c++
  25. development system.  1.52 has one CD that includes their 16 bit
  26. development system, extensive documentation, and a bunch of games
  27. (that my son could use without books but I needed lots of help just to
  28. start).
  29.  
  30. I don't have 4.0 because, while I understand the use of c/c++ (I doubt
  31. anyone can really 'know' these languages (P. J. Plauger, et al
  32. excepted), I _don't_ know how to program for Windows, let alone
  33. Windows NT or Windows 95.
  34.  
  35. I don't know about the differences between Borland c++ 4.5 and 5.0
  36. because the latest version I have is 2.0 (a yeomanlike product for a
  37. college student and apprentice programmer).
  38.  
  39. So if you are trying to learn how c/c++ works, go with the student
  40. priced (if you are eligible) vc++ 1.52 (which is included with 4.0, by
  41. the way), or whatever Borland is selling at student prices today.
  42. Play with it, mess your system up fifteen or twenty times with
  43. mistakes (as I did), and learn the ropes.  Then look into expanding
  44. your horizons with a bigger development system.
  45.  
  46. And while you're at it, get at least one, preferably two or three
  47. third party texts on c/c++, and read the periodicals.  That costs
  48. money, of course, but you can often get lucky around the end of a
  49. college semester when the bookstore won't pay much for the students'
  50. used texts--make an offer right at the bookstore.
  51.  
  52. To close, it is not necessarily the compiler that teaches you the art
  53. and science of programming in c or c++, it is _working with_ the
  54. compiler, writing code, 'getting thrown', and 'getting back in the
  55. saddle'.  Your experience, guided by as many different sources as you
  56. can lay hands on, will teach more than you'd ever imagine.
  57.  
  58. Good Luck,
  59. Glenn
  60.  
  61.